iconhelper: Try to avoid some save/restore calls
authorTimm Bäder <mail@baedert.org>
Sat, 6 Jul 2019 10:57:36 +0000 (12:57 +0200)
committerTimm Bäder <mail@baedert.org>
Sun, 7 Jul 2019 05:24:00 +0000 (07:24 +0200)
commit95f30fee87ed91d6702aabf2689758030e8702af
tree3e8e5f6b76323b6bca4b67a1118ba33bc594775a
parentdbc49e7742d4c6606a16d7b620729a4a4506166e
iconhelper: Try to avoid some save/restore calls

GtkImage already does something similar so we often end up with 0/0
here. Avoid the save()/restore() calls in GtkSnapshot in that case.
gtk/gtkiconhelper.c